home *** CD-ROM | disk | FTP | other *** search
/ ASP Advantage 1993 / The Association of Shareware Professionals Advantage CD-ROM 1993.iso / files / eduction / econol13 / install2.bat < prev    next >
DOS Batch File  |  1993-01-13  |  2KB  |  52 lines

  1. echo off
  2. REM This batch file will install from Registered copy of ECONOLAND-2001 on 
  3. REM    a computer without a hard drive but two floppies.  
  4. Rem You must have two empty formatted floppy disks before you can proceed.
  5. Rem Place the program distribution disk in Drive B!
  6. Rem Place an empty "ECONOL-A" disk in Drive A
  7. Rem To start, type  B:INSTALL2 (followed by ENTER)
  8. REM See file INSTALL2.DOC for detailed instructions
  9. echo .
  10. echo ╔══════════════════════════════════════════════════════╗
  11. echo ║ ECONOLAND-2001 ALternative Installation Procedure    ║
  12. echo ╠══════════════════════════════════════════════════════╣
  13. echo ║ This batch file will install ECONOLAND-2001          ║
  14. echo ║ on a computer that does not have a hard drive.       ║ 
  15. echo ╚══════════════════════════════════════════════════════╝
  16. echo .
  17. echo If you do NOT want to do this, abort with Ctrl-C
  18. echo otherwise,
  19. pause
  20. echo .
  21. echo Continuing installation
  22. echo .
  23. ECON2001 /w A:
  24. echo .
  25. Copy B:Monitor.CFF A:
  26. if not exist A:ECONOL.OVR goto PROBLEM3
  27. If not Exist A:TEAMDISK.BAT goto PROBLEM2
  28. If not exist A:MONITOR.CFF goto Problem2
  29. echo .
  30. echo ╔═════════════════════════════════════════════════════════════════╗
  31. echo ║    First half of installation successfully completed.           ║
  32. echo ║       Your ECONOL-A Disk is in drive A                          ║
  33. echo ║    The next step is to create a TEAMD-B in drive B:             ║
  34. echo ║                                                                 ║
  35. echo ╚═════════════════════════════════════════════════════════════════╝
  36. echo .
  37. echo If you wish to terminate the installation now, type CTRL-C, otherwise.
  38. pause
  39. A:TEAMDISK
  40. Goto Exit
  41. :PROBLEM3
  42. echo    Couldn't find expanded files!  Cannot proceed.
  43. goto PROBLEM
  44. :Problem2
  45. echo    Couldn't find required file on ECONOL-A disk --- cannot proceed
  46. goto PROBLEM
  47. :PROBLEM
  48. echo ╔══════════════════════════════════════════════╗
  49. echo ║    ECONOLAND-2001 Installation ABORTED!      ║
  50. echo ╚══════════════════════════════════════════════╝
  51. :EXIT            
  52.